home *** CD-ROM | disk | FTP | other *** search
/ MacUser Mac Bin 28 / MACUSER-MACBIN28A-1996-03.ISO.7z / MACUSER-MACBIN28A-1996-03.ISO / Demo / MachTen 4.0.2 Demo / X Window Software / X11R5 / man / mann / xlogo.0 < prev    next >
Text File  |  1995-08-14  |  2KB  |  127 lines

  1. NAME
  2.        xlogo - X Window System logo
  3.  
  4. SYNOPSIS
  5.        xlogo [-toolkitoption ...]
  6.  
  7. DESCRIPTION
  8.        The xlogo program displays the X Window System logo.  This
  9.        program is nothing more than a wrapper around the  undocu-
  10.        mented Athena Logo widget.
  11.  
  12. OPTIONS
  13.        Xlogo  accepts  all of the standard X Toolkit command line
  14.        options, as well as the following:
  15.  
  16.        -shape  This option indicates that the logo window  should
  17.                be shaped rather than rectangular.
  18.  
  19. RESOURCES
  20.        The default width and the default height are each 100 pix-
  21.        els.  This program uses the Logo widget in the Athena wid-
  22.        get set.  It understands all of the Simple widget resource
  23.        names and classes as well as:
  24.  
  25.        foreground (class Foreground)
  26.                Specifies the color for the logo.  The default  is
  27.                depends  on whether reverseVideo is specified.  If
  28.                reverseVideo is specified  the  default  is  XtDe-
  29.                faultForeground,  otherwise  the  default is XtDe-
  30.                faultBackground.
  31.  
  32.        shapeWindow (class ShapeWindow)
  33.                Specifies that the window is shaped to the X logo.
  34.                The default is False.
  35.  
  36. WIDGETS
  37.        In  order  to  specify resources, it is useful to know the
  38.        hierarchy of the widgets  which  compose  xlogo.   In  the
  39.        notation  below, indentation indicates hierarchical struc-
  40.        ture.  The widget class name is given first,  followed  by
  41.        the widget instance name.
  42.  
  43.        XLogo  xlogo
  44.             Logo  xlogo
  45.  
  46.  
  47. ENVIRONMENT
  48.        DISPLAY to get the default host and display number.
  49.  
  50.        XENVIRONMENT
  51.                to  get the name of a resource file that overrides
  52.                the    global    resources    stored    in     the
  53.                RESOURCE_MANAGER property.
  54.  
  55. FILES
  56.        /usr/lib/X11/app-defaults/XLogo   -   specifies   required
  57.        resources
  58.  
  59. SEE ALSO
  60.        X(1), xrdb(1)
  61.  
  62. COPYRIGHT
  63.        Copyright 1988, Massachusetts Institute of Technology.
  64.        See X(1) for a full statement of rights and permissions.
  65.  
  66. AUTHORS
  67.        Ollie Jones of Apollo Computer and Jim Fulton of the MIT X
  68.        Consortium  wrote  the  logo  graphics routine, based on a
  69.        graphic design by Danny Chong and Ross Chapman  of  Apollo
  70.        Computer.
  71.  
  72. X Version 11                Release 5                           2
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.